home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5865 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: mash.engr.sgi.com!mash
  2. From: mash@mash.engr.sgi.com (John R. Mashey)
  3. Newsgroups: comp.lang.c++,comp.programming,comp.arch
  4. Subject: Re: Why are 32 bit better than 16 bit pgms?
  5. Date: 7 Feb 1996 05:42:17 GMT
  6. Organization: Silicon Graphics, Inc.
  7. Message-ID: <4f9e3p$alp@murrow.corp.sgi.com>
  8. References: <4er4m4$78q@news1.ucsd.edu> <1996Feb5.163838.24531@amc.com> <1996Feb6.135808.12257@friend.kastle.com>
  9. NNTP-Posting-Host: mash.engr.sgi.com
  10.  
  11. In article <1996Feb6.135808.12257@friend.kastle.com>, rich@kastle.com (Richard Krehbiel) writes:
  12. |> 
  13. |> curtis@amc.com (Curtis Green) wrote:
  14. |> 
  15. |> >The "bits" quoted for the processor (16 bit, 32 bit, 64 bit, etc) is the
  16. |> >size of the data path (data bus).
  17. One more time, since this has been discussed here about every 6 months:
  18. through computer history, there has been one overpoweringly common usage:
  19.  
  20.     An N-bit architecture has an ISA with N-bit integer registers.
  21.  
  22. Implementations of such an architecture can vary all over the map:
  23.     1) FP registers frequently have different sizes [>=N]
  24.     2) Internal busses, even the integer ones, occasionally use different
  25.        sizes [<= N]
  26.     3) External busses frequently have different sizes [=N, <N, >N]
  27.  
  28.  
  29. |> My humble opinion:
  30. |> 
  31. |> "Bitness" has become a marketing term, i.e. meaningless (rather like
  32. |> the term "RISC").  There are a dozen different pieces inside a CPU
  33.  
  34. Consider studying computer history more or reading this newsgroup more often ...
  35.  
  36. 1) This term has had a long and consistent history of use, with only
  37. occasional excursions into marketing aberration (i.e., like calling
  38. the i860 a 64-bit processor).
  39.  
  40. 2) The topic has been discussed here often.
  41.  
  42. -- 
  43. -john mashey    DISCLAIMER: <generic disclaimer, I speak for me only, etc>
  44. UUCP:    mash@sgi.com 
  45. DDD:    415-933-3090    FAX: 415-967-8496
  46. USPS:   Silicon Graphics 6L-005, 2011 N. Shoreline Blvd, Mountain View, CA 94039-7311
  47.